{
  "name": "Device",
  "version": "0.0.1",
  "summary": "Weex Plugin",
  "description": "Weexplugin Source Description",
  "homepage": "https://github.com",
  "license": {
    "type": "Copyright",
    "text": "            copyright\n"
  },
  "authors": {
    "yourname": "youreamail"
  },
  "platforms": {
    "ios": "7.0"
  },
  "source": {
    "git": "please input the url of your code in github",
    "tag": "please input you github tag"
  },
  "source_files": "ios/Sources/*.{h,m,mm}",
  "requires_arc": true,
  "dependencies": {
    "WeexPluginLoader": [

    ],
    "WeexSDK": [

    ]
  }
}
